3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
You specify a hit list sorting value to determine the kind of sorting (relative to the pick origin) that is to be done on the hit list.
typedef enum TQ3PickSort {
kQ3PickSortNone,
kQ3PickSortNearToFar,
kQ3PickSortFarToNear
} TQ3PickSort;
Previous | QD3D Book | Overview | Chapter Contents | Next |